From: Keir Fraser Date: Thu, 2 Jul 2009 10:35:30 +0000 (+0100) Subject: xend: Remove disused constants X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13658 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=f8128d6e5deb275eea6262abdb96b42d3593212c;p=xen.git xend: Remove disused constants This patch removes disused constants from XendConstants.py. Signed-off-by: Masaki Kanno --- diff --git a/tools/python/xen/xend/XendConstants.py b/tools/python/xen/xend/XendConstants.py index 7082bd8c2e..22cec05652 100644 --- a/tools/python/xen/xend/XendConstants.py +++ b/tools/python/xen/xend/XendConstants.py @@ -89,13 +89,8 @@ DOM_STATES_OLD = [ 'dying' ] -STATE_DOM_OK = 1 -STATE_DOM_SHUTDOWN = 2 - SHUTDOWN_TIMEOUT = (60.0 * 5) -ZOMBIE_PREFIX = 'Zombie-' - """Minimum time between domain restarts in seconds.""" MINIMUM_RESTART_TIME = 60